2005-04-07 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkradiobutton.sgml: Add a sentence about
toggling. (#159382, Worik Stanton)
+2005-04-07 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/tmpl/gtkradiobutton.sgml: Add a sentence about
+ toggling. (#159382, Worik Stanton)
+
2005-04-05 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtktooltips.sgml: Mention enter and leave
</programlisting>
</example>
</para>
+<para>
+When an unselected button in the group is clicked the clicked button
+receives the "toggled" signal, as does the previously selected button.
+Inside the "toggled" handler, gtk_toggle_button_get_active() can be used
+to determine if the button has been selected or deselected.
+</para>
<!-- ##### SECTION See_Also ##### -->
<para>